Release 10.1A: OpenEdge Development:
Programming Interfaces


fill-audit-dataset procedure

Fill a ProDataSet with the audit policies from the database specified.

Parameters:

INPUT pcDbInfo AS CHARACTER

Database information string that contains at least the logical database name to read the policies from.

OUTPUT DATASET-HANDLE FOR phDset

The ProDataSet object.

Note: Check for any error messages using the 4GL RETURN-VALUE function.

Example:

{auditing/include/_aud-utils.i} 
Define variable hAuditDset as handle. 
RUN fill-audit-dataset IN hAuditUtils (ldbname(1), 
                           OUTPUT DATASET-HANDLE hAuditDset BY-REFERENCE). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095